Skip to content

Bump tensorflow-text from 2.19.0 to 2.20.1#376

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/develop/tensorflow-text-2.20.1
Open

Bump tensorflow-text from 2.19.0 to 2.20.1#376
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/develop/tensorflow-text-2.20.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps tensorflow-text from 2.19.0 to 2.20.1.

Release notes

Sourced from tensorflow-text's releases.

v2.20.1

Release 2.20.1

Bug Fixes and Other Changes

  • Fixed a memory safety bug in FastWordpieceTokenizer concerning StringVocab lifetime. This prevents temporary copies that were previously invalidating std::string_view references to internal vocabulary data, ensuring memory stability during tokenization.
  • Update Version for 2.20.1

Thanks to our Contributors

This release contains contributions from many people at Google, as well as:

C. Antonio Sánchez

v2.20.0

Release 2.20.0

Bug Fixes and Other Changes

  • Fix nightly builds.
  • iterate over Unicode White_Space directly, rather than testing each of 1.1M code points
  • Change input size from int16_t to int32_t to support large inputs.
  • Ignore SentencePiece::BYTE during encoding instead of throwing error
  • Fix TF-text for TF 2.20.
  • Update requirements with latest tensorflow-metadata.
  • Fix configure to pull bazelrc from TF 2.20.
  • update sha256 for tensorflow 2.20.0
  • Revert "update sha256 for tensorflow 2.20.0"
  • Change strip_prefix logic to grab sha256 properly
  • Limit array-record dependency to Linux x86_64 and aarch64.
  • Pin array-record to 0.4.1 for darwin platform
  • Adds build_bazel_apple_support for newer macOS builds
Commits
  • 87785b6 Merge pull request #1488 from rtg0795/2.20
  • 17a3a3a Update Version for 2.20.1
  • 14771eb Merge pull request #1486 from dmiltr3/dev_str_vocab6
  • 9a56ee8 Fixed a memory safety bug in FastWordpieceTokenizer concerning StringVocab li...
  • 54015a8 Adds build_bazel_apple_support for newer macOS builds
  • 830c51d Pin array-record to 0.4.1 for darwin platform
  • 894337f Limit array-record dependency to Linux x86_64 and aarch64.
  • 31f7b34 Change strip_prefix logic to grab sha256 properly
  • 05e1a5c Revert "update sha256 for tensorflow 2.20.0"
  • 2f6765e update sha256 for tensorflow 2.20.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tensorflow-text](https://github.com/tensorflow/text) from 2.19.0 to 2.20.1.
- [Release notes](https://github.com/tensorflow/text/releases)
- [Commits](tensorflow/text@v2.19.0...v2.20.1)

---
updated-dependencies:
- dependency-name: tensorflow-text
  dependency-version: 2.20.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants